projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8c416e
)
gtk: Define the GtkListItemFactory autocleanup func
author
Adrien Plazas
<kekun.plazas@laposte.net>
Mon, 28 Jun 2021 12:00:33 +0000
(14:00 +0200)
committer
Adrien Plazas
<kekun.plazas@laposte.net>
Mon, 28 Jun 2021 12:01:57 +0000
(14:01 +0200)
gtk/gtk-autocleanups.h
patch
|
blob
|
history
diff --git
a/gtk/gtk-autocleanups.h
b/gtk/gtk-autocleanups.h
index d77b440f9da4db6ee0adfd3466186eaea7d6fb53..3ee5d261a545448cf584a012c495748436f5f405 100644
(file)
--- a/
gtk/gtk-autocleanups.h
+++ b/
gtk/gtk-autocleanups.h
@@
-100,6
+100,7
@@
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkInfoBar, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkLevelBar, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkLinkButton, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkListItem, g_object_unref)
+G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkListItemFactory, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkListStore, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkLockButton, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkMenuButton, g_object_unref)